home *** CD-ROM | disk | FTP | other *** search
/ Wildcat Gold - The Optical BBS / Wildcat Gold - The Optical BBS (The Golden ROM Series)(Volume 4 Number 1)(The Digital Publishing Company)(1992).ISO / sdn / drpcp1.sdn / PV_E_AS < prev    next >
Text File  |  1991-11-25  |  3KB  |  97 lines

  1. View an ASCII file
  2.  
  3.  
  4. KEYSTROKES:     ┌─────┐   ┌─────┐
  5.                 │ ALT │ + │  V  │
  6.                 └─────┘   └─────┘
  7.                 ┌─────┐
  8.                 │  ?  │ File PATH and name (Example: C:\FILES\MYFILES.ASC)
  9.                 └─────┘
  10.                 ┌────────┐
  11.                 │ ENTER  │
  12.                 └────────┘
  13.  
  14. To examine a file that exists on your system type Alt-V.   You will be 
  15. prompted for the name of the file.  Enter the complete filename, including 
  16. drive and path designator if desired.  Use the PgUp and PgDn keys to page 
  17. through the file.  Press [Home] to go to the beginning of the file.  Pressing 
  18. [ESC] will end the viewing procedure and return to the Terminal Mode.  This 
  19. viewing facility is rather primitive; it is intended only as a convenience.  
  20. For more complete browsing power, use the Alt-A editor command, or drop 
  21. through the DOS gateway and use your favorite list program.
  22.  
  23.  
  24.  
  25. Edit an ASCII file                                              <PHOTKEY 2>
  26.  
  27.  
  28.  
  29. KEYSTROKES:     ┌─────┐   ┌─────┐
  30.                 │ ALT │ + │  A  │
  31.                 └─────┘   └─────┘
  32.                 ┌─────┐
  33.                 │  ?  │ File PATH and name (Example: C:\FILES\MYFILES.ASC)
  34.                 └─────┘
  35.                 ┌────────┐
  36.                 │ ENTER  │
  37.                 └────────┘
  38.  
  39.  
  40.  
  41. To call an editor, word processor or other program from within ProComm, press 
  42. Alt-A.  ProComm will then attempt to load the program you listed as the 
  43. editor name in the General Setup portion of the Setup screen.  You can 
  44. specify any executable program (except batch files) to be called by the Alt-A 
  45. command.  This command is quite useful for viewing a file, doing some 
  46. editing, or whatever.
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59. In order for this function to work, however, a couple of things must be 
  60. correctly set.  First, COMMAND.COM must reside on the drive you booted from. 
  61. Second, ProComm must be able to find the program you requested. Third, your 
  62. computer must have enough available memory to execute the desired program.  
  63. There is no default for this feature, so be sure to set it up before 
  64. attempting to use it.
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74. 1) Editor name
  75.  
  76. Use this parameter to name the program to be accessed by the Alt-A (Editor) 
  77. command.  Pressing Alt-A will execute this program from within ProComm, 
  78. without the necessity of popping out through the DOS Gateway or exiting 
  79. ProComm.  This is very handy for editing or listing a file while online, as 
  80. well as for developing ProComm command files and many other tasks.
  81.  
  82. The Editor name parameter can be specified in a number of ways. It may be a 
  83. complete filename with path (e.g. C:\WP\EDIT\EDITOR.EXE), just the program 
  84. name without extension (e.g. EDITOR) or anything in between.  If no path is 
  85. specified, ProComm will search the directories specified in the environment 
  86. variable PATH for the indicated program.
  87.  
  88. ProComm can run almost any .EXE or .COM program using this feature as long as 
  89. there is enough memory available.  Keep in mind that ProComm itself requires 
  90. approximately 130K of RAM, and the operating system another 17-30K (depending 
  91. on the version).  Other resident programs (such as SideKick) can take up even 
  92. more.  If you are running only 192K (the minimum possible to operate 
  93. ProComm), you may not have enough memory to load the desired program unless 
  94. it is quite small.
  95.  
  96. The Alt-A command cannot be used to execute a batch (.BAT) file.
  97.